home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id006.dxr / 00209.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  187 b   |  13 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     startTimer()
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8.   repeat with n = 6 to 27
  9.     handcursor(n)
  10.   end repeat
  11.   handcursor(29)
  12. end
  13.